CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab JPEG

搜索资源列表

  1. jpeg2000(matlab)

    2下载:
  2. jpeg在matlab下的仿真实现,整个程序运行还行,共享给大家-jpeg of the Matlab Simulation, and the whole process has run OK, for everyone to share
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9359
    • 提供者:陆鹏
  1. JPEG.M

    1下载:
  2. Jpeg图像压缩的Matlab源码,供研究Jpeg图像压缩的朋友参考使用。-Jpeg image compression Matlab source for the study Jpeg image compression friends use and reference.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:86127
    • 提供者:刘晓倩
  1. (MATLAB)

    0下载:
  2. 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1780
    • 提供者:郭凯
  1. jpeg-matlab

    0下载:
  2. 这是一个很实现的MATLAB实现JPEG源程序,希望对大家有帮忙
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:69811
    • 提供者:崔跃利
  1. jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:115084
    • 提供者:风帆
  1. jpeg

    0下载:
  2. jpeg在matlab下的实现详细过程,有需要的朋友请下载
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:87198
    • 提供者:cactuslee
  1. jpeg

    0下载:
  2. matlab实现jpeg压缩,很经典 matlab实现jpeg压缩,很经典
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3796
    • 提供者:jianhongli
  1. jpeg

    1下载:
  2. jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1118592
    • 提供者:ronghy
  1. Jpeg

    0下载:
  2. good JPEG code in matlab
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:7049
    • 提供者:黄华
  1. jpeg-matlab

    1下载:
  2. 三维立体图像方面 关于图像处理的matlab源程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60390
    • 提供者:shijing
  1. Jpeg-Compression

    0下载:
  2. 附件里的文件是我已经提交给学校的一个工作。它演示了一个JPEG图像压缩算法的全部。使用一个矩阵操作实现DCT变换(提示MATLAB有一个自己的DCT和iDCT函数,可能它的会更高效),附件里的ReadMe.txt包含了详细的算法Restoration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:87822
    • 提供者:李远
  1. JPEG

    2下载:
  2. JPEG压缩matlab代码, JPEG压缩matlab代码
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:59881
    • 提供者:郭世雄
  1. 图像压缩的MATLAB算法JPEG

    3下载:
  2. 图像压缩的MATLAB算法之JEPG,完整的例程,参改价值高。-This compression is for jpeg in matlab with a whole example,and it s valuable to look at it!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:56877
    • 提供者:陈量
  1. JPEG图像压缩算法

    3下载:
  2. 基于DCT的JPEG图像压缩算法(matlab版)
  3. 所属分类:文档资料

    • 发布日期:2012-11-03
    • 文件大小:4504
    • 提供者:xu9976
  1. JPEG-ENCODE_DECODE

    0下载:
  2. JPEG格式转换matlab源码
  3. 所属分类:3D图形编程

  1. Cimage.zip 图像处理类库

    2下载:
  2. 图像处理类库,支持JPEG、PNG、TIFF、BMP、GIF格式, The picture processing class storehouse, supports JPEG, PNG, TIFF, BMP, the GIF form
  3. 所属分类:图片显示浏览

    • 发布日期:2017-11-08
    • 文件大小:914793
    • 提供者:
  1. code.rar

    0下载:
  2. 此原碼是兩種比較常見的內插法,分別是鄰近內插法及雙線性內插法,希望可以幫助到大家,The original code is the more common two types of interpolation, which are adjacent interpolation and bilinear interpolation, I hope you can help to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:1549
    • 提供者:林大鈞
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. 101259378luv_rgb_yuv_lab_space

    1下载:
  2. Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alte
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:4595
    • 提供者:张灯结
  1. jpeg

    1下载:
  2. 提供JPEG标准压缩压缩的编码解码过程,90%以上的代码有注释,配有GUI设计。代码能够运行,但可能只起到借鉴的作用。(Provide JPEG standard compression coding and decoding process, more than 90% of the code is annotated, with GUI design. Code can run, but it may only serve as a reference.)
  3. 所属分类:压缩解压

    • 发布日期:2019-11-28
    • 文件大小:773120
    • 提供者:柒念
« 1 2 3 4 56 7 8 9 10 ... 25 »
搜珍网 www.dssz.com